History
TODO: REPLACE
Content copied to clipboard
meshtastic.StoreAndForward.History
Types
Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , StoreAndForwardProtos.StoreAndForward.HistoryOrBuilder
TODO: REPLACE
Content copied to clipboard
meshtastic.StoreAndForward.History
Functions
Link copied to clipboard
inline fun StoreAndForwardProtos.StoreAndForward.History.copy(block: StoreAndForwardKt.HistoryKt.Dsl.() -> Unit): StoreAndForwardProtos.StoreAndForward.History
inline fun StoreAndForwardProtos.StoreAndForward.History.copy(block: StoreAndForwardKt.HistoryKt.Dsl.() -> Unit): StoreAndForwardProtos.StoreAndForward.History
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Number of that will be sent to the client
Content copied to clipboard
uint32 history_messages = 1;
Link copied to clipboard
Index in the packet history of the last message sent in a previous request to the server.
Will be sent to the client before sending the history and can be set in a subsequent request to avoid getting packets the server already sent to the client.
Content copied to clipboard
uint32 last_request = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.History
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.History
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.History
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.History
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.History
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.History
Link copied to clipboard
Link copied to clipboard